home *** CD-ROM | disk | FTP | other *** search
- #!/usr/bin/perl5
- #
- # ftp-config.hlp
- #
- # Copyright 1988-1996 Silicon Graphics, Inc.
- # All rights reserved.
- #
- # This is UNPUBLISHED PROPRIETARY SOURCE CODE of Silicon Graphics, Inc.;
- # the contents of this file may not be disclosed to third parties, copied or
- # duplicated in any form, in whole or in part, without the prior written
- # permission of Silicon Graphics, Inc.
- #
- # RESTRICTED RIGHTS LEGEND:
- # Use, duplication or disclosure by the Government is subject to restrictions
- # as set forth in subdivision (c)(1)(ii) of the Rights in Technical Data
- # and Computer Software clause at DFARS 252.227-7013, and/or in similar or
- # successor clauses in the FAR, DOD or NASA FAR Supplement. Unpublished -
- # rights reserved under the Copyright Laws of the United States.
- #
- # $Id: ftp-config.hlp,v 1.5 1997/04/17 21:29:08 shotes Exp $
-
- print <<EndOfFile;
- Content-type: text/html
-
- <FORM>
- <H2>Configuring the FTP Daemon</H2>
- <P>
- The FTP daemon, <VAR>ftpd</VAR>, listens for incoming connection
- requests and assigns user privileges for FTP sessions. After a
- session is underway, <VAR>ftpd</VAR> responds to requests that are
- conveyed in user commands. When logging is enabled, <VAR>ftpd</VAR>
- posts messages about session events to the server console and records
- them in the system log.
- </P>
- <P>
- Use the Configure FTP Daemon form to set these <VAR>ftpd</VAR> parameters:
- </P>
- <P>
- <STRONG>Enable FTP:</STRONG> This selection determines whether the FTP
- daemon will run and respond to requests. Select <VAR>Yes</VAR> to
- turn the FTP daemon on, and <VAR>No</VAR> to turn the daemon off.
- </P>
- (Default value: Yes)
- <P>
- <STRONG>Idle time before connection is dropped (seconds):</STRONG>
- The 900 seconds default allows a 15-minute interval of idle time on an
- FTP connection before the connection is closed. To increase or decrease
- the idle time, enter a new time in seconds.
- </P>
- (Default value: 900 seconds)
- <P>
- <STRONG>Log events in FTP sessions:</STRONG> This selection directs the
- FTP daemon to record FTP session events on the console and the system log.
- Select <VAR>Yes</VAR> (the default) to enable logging or <VAR>No</VAR> to
- disable it.
- </P>
- (Default value: Yes)
- <P>
- <STRONG>Permission settings for new files:</STRONG> The default
- permissions on user-created files in FTP-accessible directories are set
- to read, write, and execute for the owner (ftp) and to read for the ftp
- group and others. You can reset these defaults if you wish.
- </P>
- <CENTER>
- <INPUT TYPE="button" VALUE="Back to Form" onClick="self.history.go(-1)">
- </CENTER>
- </FORM>
- EndOfFile
-